ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientRowEditStarted Property

In This Topic
    OnClientRowEditStarted Property (FlexGridBase<T>)
    In This Topic
    Occurs after a row enters edit mode.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientRowEditStarted As String
    public virtual string OnClientRowEditStarted {get; set;}
    See Also